home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 5834 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.6 KB

  1. Path: ausnews.austin.ibm.com!jimb
  2. From: jimb@austin.ibm.com (Bjorksten)
  3. Newsgroups: comp.dcom.modems,comp.os.linux.networking
  4. Subject: Network Unreachable problem - what should I do
  5. Date: 16 Feb 1996 16:31:52 GMT
  6. Organization: IBM, Austin
  7. Sender: jimb@austin.ibm.com
  8. Message-ID: <4g2bho$1o9m@ausnews.austin.ibm.com>
  9. NNTP-Posting-Host: pecan.austin.ibm.com
  10.  
  11. Help please.  My modem shows packets transmitting every second when I ping and
  12. the modem shows something come back every once in a while (not every second).
  13. netstat is waiting for the remote machine to synch.
  14. Here is what netstat -n says:
  15. tcp        0      2 9.3.240.178:1028       9.3.240.1:79           SYN_SENT      root       
  16. Here is what netstat says:
  17. tcp        0      2 xyplex178.austin.:1028 xyplex1.austin.:finger SYN_SENT      
  18. (I even tried making sl0 promiscuous and using tcpdump - but still nothing 
  19. is received!!)
  20.  
  21. All I can figure is that the remote machine can't understand my outgoing 
  22. tcp synch request or my machine can't understand the incoming tcp synch.
  23.  
  24. What might be the problem??
  25.  
  26. What are the necessary pieces of software that need to be initialized for
  27. a TCP application to work correctly over a SLIP connection and how can I 
  28. check each one is in fact initialized correctly?
  29.  
  30. Where do sockets fit into picture and how can I check if one is working 
  31. correctly for my connection (if I need one).
  32.  
  33. Also which software elements of the connection are aware of the SLIP protocol 
  34. and how can I check that their setup correctly?
  35.  
  36. I assume that I have an IP connection when dip drops into the background.
  37.  
  38. Any assistance would be very much appreciated.
  39.  
  40. >I've successfully initiated a SLIP connection with a dynamically addressed
  41. >SLIP server.  I've set $local to the address the server assigns to me (which 
  42. >looks like this: 9.3.240.162) and $remote to the address of the machine I'm 
  43. >calling (which is 9.3.240.1).  I'm using dip, which is automatically droping 
  44. >into the background - both machines are set using the CSLIP protocol (I've 
  45. >tried using just SLIP too).
  46. >
  47. >ps shows dip is indeed running in the background:
  48. > -dip (9.3.240.162) <-local address is displayed here!
  49. >
  50. >Here's ifconfig output during the connection:
  51. >lo        Link encap:Local Loopback  
  52. >          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
  53. >          UP BROADCAST LOOPBACK RUNNING  MTU:2000  Metric:1
  54. >          RX packets:0 errors:0 dropped:0 overruns:0
  55. >          TX packets:608 errors:0 dropped:0 overruns:0
  56. >
  57. >sl0       Link encap:VJ Serial Line IP  
  58. >          inet addr:9.3.240.162  P-t-P:9.3.240.1  Mask:255.255.255.0
  59. >          UP POINTOPOINT RUNNING  MTU:1000  Metric:1
  60. >          RX packets:0 errors:0 dropped:0 compressed:0
  61. >          TX packets:413 errors:0 dropped:0 compressed:0
  62. >
  63. >Here's route output during the connection:
  64. >Kernel routing table
  65. >Destination     Gateway         Genmask         Flags MSS    Window Use Iface
  66. >9.3.240.1       *               255.255.255.255 UH    936    0        8 sl0
  67. >loopback        *               255.0.0.0       U     1936   0      920 lo
  68. >default         9.3.240.1       *               UG    936    0        2 sl0
  69. >
  70. >Eventhough ifconfig and route show the connection is up and running, 
  71. >I can't ping any machine but myself (not even the 
  72. >machine I'm SLIPed into - 9.3.240.1).
  73. >
  74. >Anyone know what might be wrong??
  75. >I've tried:
  76. >route add 9.3.240.162 gw 9.3.240.1, and
  77. >route add 9.3.240.1  gw 9.3.240.162, and
  78. >using setserial, slattach, netstat, and 
  79. >even tried arp some (but don't have any hw addresses).
  80. >
  81. >Any help would be greatly appreciated.
  82. -- 
  83. Jim Bjorksten
  84.   Phone: (512) 838-7704        Tie-line: 678-7704
  85.   email: jimb@austin.ibm.com   VM PROFS: JIMB AT AUSVM6
  86.